home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / PROGEDIT / H402.ZIP / ELV17SRC.ZIP / DOC.ZIP / ELVPRSV.DOC < prev    next >
Text File  |  1992-12-30  |  3KB  |  133 lines

  1.  
  2.  
  3.  
  4.           ELVPRSV                                                   ELVPRSV
  5.  
  6.  
  7.  
  8.  
  9.           NAME
  10.                elvprsv - Preserve the  the modified version of a file after
  11.                a crash.
  12.  
  13.           SYNOPSIS
  14.                elvprsv ["-why elvis died"] /tmp/filename...
  15.                elvprsv -R /tmp/filename...
  16.  
  17.           DESCRIPTION
  18.                elvprsv preserves  your edited  text after elvis  dies.  The
  19.                text can be recovered later, via the elvprsv program.
  20.  
  21.                For  UNIX-like systems,  you should never  need to  run this
  22.                program from the command line.  It is run automatically when
  23.                elvis is  about to die,  and it should be  run (via /etc/rc)
  24.                when the computer is booted.  THAT'S ALL!
  25.  
  26.                For  non-UNIX systems  such as  MS-DOS,  you can  either use
  27.                elvprsv the  same way as  under UNIX systems  (by running it
  28.                from your  AUTOEXEC.BAT file), or you  can run it separately
  29.                with the "-R" flag to recover the files in one step.
  30.  
  31.                If  you're editing  a file  when elvis dies  (due to  a bug,
  32.                system  crash,  power   failure,  etc.)  then  elvprsv  will
  33.                preserve  the  most   recent  version  of  your  text.   The
  34.                preserved text is stored in a special directory; it does NOT
  35.                overwrite your text file automatically.
  36.  
  37.                elvprsv will send mail  to any user whose work it preserves,
  38.                if your operating system normally supports mail.
  39.  
  40.           FILES
  41.                /tmp/elv*
  42.                     The temporary file that elvis was using when it died.
  43.  
  44.                /usr/preserve/p*
  45.                     The text that is preserved by elvprsv.
  46.  
  47.                /usr/preserve/Index
  48.                     A  text file  which lists  the  names of  all preserved
  49.                     files,  and  the names  of  the /usr/preserve/p*  files
  50.                     which contain their preserved text.
  51.  
  52.           BUGS
  53.                Due to  the permissions  on the /usr/preserve  directory, on
  54.                UNIX  systems elvprsv  must be  run  as superuser.   This is
  55.                accomplished by  making the  elvprsv executable be  owned by
  56.                "root" and turning on its "set user id" bit.
  57.  
  58.                If you're  editing a nameless  buffer when elvis  dies, then
  59.                elvprsv will pretend that the file was named "foo".
  60.  
  61.  
  62.  
  63.  
  64.           Command Reference               1                          Page 1
  65.  
  66.  
  67.  
  68.  
  69.  
  70.           ELVPRSV                                                   ELVPRSV
  71.  
  72.  
  73.  
  74.           AUTHOR
  75.                Steve Kirkendall
  76.                kirkenda@cs.pdx.edu
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.           Command Reference               1                          Page 2
  131.  
  132.  
  133.